Migrate to modern Python tooling (uv, pyproject.toml, semantic-release, src layout) - #2423
Migrate to modern Python tooling (uv, pyproject.toml, semantic-release, src layout)#2423salman2013 wants to merge 1 commit into
Conversation
|
Thanks for the pull request, @salman2013! This repository is currently maintained by Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review. 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. DetailsWhere can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources: When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2423 +/- ##
==========================================
- Coverage 95.46% 95.05% -0.42%
==========================================
Files 198 179 -19
Lines 22842 19991 -2851
Branches 1551 1442 -109
==========================================
- Hits 21807 19002 -2805
+ Misses 780 746 -34
+ Partials 255 243 -12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
d6b467b to
5ae0ab5
Compare
|
Hi @salman2013, thank you for your contribution! Please let us know when it is ready for review. |
fcf340f to
13c9e99
Compare
- Migrate package metadata from setup.cfg/setup.py to pyproject.toml (PEP 621) - Switch dependency management from pip-tools to uv with dependency groups - Add python-semantic-release and commitlint workflows - Fix JS tests, pylint, and leaderboard logging for uv editable installs - Address review findings: tox-uv>=1, default-groups=[], vcs_release=false, GitHub Release step, ci.yml push trigger, MANIFEST.in hygiene - Use uv sync --group doc for ReadTheDocs builds Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13c9e99 to
7d5e631
Compare
Summary
pyproject.toml(PEP 621): static dependencies, SPDX license, setuptools-scm for dynamic versioning, coverage config, isort config; deletesetup.py,setup.cfg,.coveragerc[dependency-groups](PEP 735),uv.lock, updatedtox.inito usetox-uv+uv-venv-lock-runner, updatedMakefileand CI workflow to useuv sync/uv run toxpython-semantic-releasefor automated versioning and PyPI publishing via OIDC trusted publisher; delete legacypypi-publish.ymlsrc/layout; update all filesystem path references in Makefile, webpack configs, karma, scripts, and settingsTest plan
django42,django52,js,qualityenvironments)openedx/edx-ora2→ workflowrelease.ymlbefore merging🤖 Generated with Claude Code